API参考

获取档案列表

基本信息

Path: http://www.jzhangfang.com/api/service?cmd=GetErpUserDefinedList

Method: POST

描述: 获取档案列表

请求参数

{
  "token":"20CAAD53FFBB64E7E0D9A34430316228A93D8880CDA6B8B4BC4A886DA……",
  "AccountID": "0b8ca42f-2ea7-4c88-86a4-f7b559434354",
  "tbcode": "Acct_UserDefined08",
  "classcode": "0001"
}

请求参数说明

字段 是否必须 描述
token 登录令牌
AccountID 账套id
tbcode 档案表编码,取值见上传档案部分
classcode 档案分类编码

返回参数

{
  "Status":"1",
  "Msg":"",
  "Ret":[
    {
      "id":" 07157b60-14ae-45de-9547-b71772f57b39",
      "code":"0001"
      "name":"项目1",
      "unit":"计量单位",
      "guige":"规格型号",
      "type":"客户",
      "parentCode":"上级部门编码"
    }]
}

返回参数说明

参数名称 类型 描述
Ret JSON 结果
-- id String 档案id
-- code String 档案编码
-- name String 档案名称
-- unit String 计量单位 , 在商品用,其他为空
-- guige String 规格型号,在商品、服务项目、其他收费项目、体检项目用,其他为空
-- type String 往来类型,在客户、供应商、物流公司、保险公司用,其他为空
-- parentCode String 上级编码,在部门用,其他为空
Status String 状态: 1-成功,0-失败,2-token失效
Msg String 消息提示语